From 06dd60a9a55aa3da02d0eb64f8d919d5150b2051 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Wed, 17 Sep 2008 20:52:06 +0000 Subject: [PATCH] gnav_trl(doc): Add track point structure. --- xmldoc/formats/gnav_trl.xml | 40 ++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/xmldoc/formats/gnav_trl.xml b/xmldoc/formats/gnav_trl.xml index e2ed43e99..5a43eaf24 100644 --- a/xmldoc/formats/gnav_trl.xml +++ b/xmldoc/formats/gnav_trl.xml @@ -1,7 +1,45 @@ - Binary tracklogs containing coordinates, timestamps and altitude values. + Binary (little endian) tracklogs containing coordinates, timestamps and altitude values. + Google Navigator is an application for PDAs running under Windows Mobile 5.0 or 6.0. + + + + Track point structure (16 bytes) + + + + Position + Data type + Field info + + + + + 0 + 32-bit signed int + Unix timestamp + + + 4 + 32-bit float + Latitude + + + 8 + 32-bit float + Longitude + + + 12 + 32-bit float + Altitude (!rotated left by eight bits!) + + + +
+
-- 2.30.2